Информация о пользователе: {{ user.name }}
Логин:{{ user.name }} ( {{ getUserRatingText(user.posts) }} )
Группа:
{% if checkAccess([module,'edit_users']) %}
{% if fps_id == user.id %}
{% if user.baned %}
{{ user.group }}(Заблокирован до {{ user.baned }})
{% else %}
{{ user.group }}
{% endif %}
{% else %}
{% endif %}
{% else %}
{% if user.baned %}
{{ user.group }}(Заблокирован до {{ user.baned }})
{% else %}
{{ user.group }}
{% endif %}
{% endif %}
{% if user.full_name %}
Имя: {{ user.full_name }}
{% endif %}
Возраст:{{ user.age }} лет
Дата рождения:{{ AtmDate(user.byear ~ '-' ~ user.bmonth ~ '-' ~ user.bday, 'j F Y') }}
{% if user.city %}
Место жительства:{{ user.city }}
{% endif %}
Дата регистрации:{{ AtmDate(user.regdate) }}
{% if user.lastpost %}
Последняя активность:{{ AtmDate(user.lastpost) }}
{% endif %}
Связь с пользователем:
{% if fps_user_id %}
{% if fps_user_id != user.id %}
{% endif %}
{% endif %}
{% if user.telephone %}
Телефон:{{ user.telephone }}
{% endif %}
{% if user.url %}
WEB - site:{{ user.url }}
{% endif %}
{% if user.icq %}
ICQ: {{ user.icq }}
{% endif %}
{% if user.jabber %}
Jabber: {{ user.jabber }}
{% endif %}
{% if user.stat %}
Активность пользователя:
{% endif %}